home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 75
/
Clickx 75.iso
/
software
/
expressionweb
/
expressionwebv3
/
ExpressionWeb_en.exe
/
Setup
/
WeConen.cab
/
xweb.lay5.tem.layout05.css.en
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
UTF-8-SIG (detected)
Wrap
Text File
|
2009-06-09
|
431 b
|
43 lines
/* CSS layout */
body {
margin: 0;
padding: 0;
}
#masthead {
min-width: 600px;
}
#logo {
float: left;
width: 200px;
}
#header {
margin-left:200px;
}
#container {
clear: both;
min-width: 600px;
}
#left_col {
float: left;
width: 200px;
}
#right_col {
float: right;
width: 200px;
}
#page_content {
margin-left: 200px;
margin-right: 200px;
}
#footer {
clear: both;
}